{ "version": 4, "terraform_version": "1.6.1", "serial": 181, "lineage": "9f289b90-41c0-bfcc-fece-2d7c1c529fa0", "outputs": { "db_endpoint": { "value": "db-4.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-0f6d880b81912956e", "ami": "ami-14e8987b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-afb83cc6"], "subnet_id": "subnet-82db3cfa", "key_name": "prod-deploy-key" } } ] } ] }