{ "version": 4, "terraform_version": "1.8.9", "serial": 367, "lineage": "0b0c72d1-3fb7-d8a3-132c-66f25aee2dca", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-7f2d6d2bef9635d95", "ami": "ami-afcd7d16", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c957beb0"], "subnet_id": "subnet-240e866f", "key_name": "prod-deploy-key" } } ] } ] }