{ "version": 4, "terraform_version": "1.5.0", "serial": 539, "lineage": "99b32ca3-d9fb-b9b8-d8d2-ba403a639056", "outputs": { "db_endpoint": { "value": "db-0.us-east-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-4111840d2e90e52cf", "ami": "ami-a2e07cb3", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cac479f5"], "subnet_id": "subnet-ecf2f033", "key_name": "prod-deploy-key" } } ] } ] }