{ "version": 4, "terraform_version": "1.8.9", "serial": 468, "lineage": "8a13e5f0-a59e-ebc9-d4e8-3a41742ade1b", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-28c00c26e99341a1c", "ami": "ami-1424e241", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e7d2f24e"], "subnet_id": "subnet-94ed6ac9", "key_name": "prod-deploy-key" } } ] } ] }