{ "version": 4, "terraform_version": "1.5.9", "serial": 139, "lineage": "e1855667-ff1d-187b-7914-7248c4aa59d2", "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-4c2ec2826aceb9b5f", "ami": "ami-9d672821", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e7b88d89"], "subnet_id": "subnet-4667706e", "key_name": "prod-deploy-key" } } ] } ] }