{ "version": 4, "terraform_version": "1.6.5", "serial": 262, "lineage": "cda75583-a486-5a5a-055b-068d30c87ac5", "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-1b103351f807cc8df", "ami": "ami-feac6c3e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0a06336b"], "subnet_id": "subnet-34e34a1c", "key_name": "prod-deploy-key" } } ] } ] }