{ "version": 4, "terraform_version": "1.8.6", "serial": 439, "lineage": "d99fcdf0-30d7-1dcf-2316-e37ef4281f49", "outputs": { "db_endpoint": { "value": "db-2.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-d704dfae6f59ab52d", "ami": "ami-945a5c7f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-cf5cbe15"], "subnet_id": "subnet-bb267f0d", "key_name": "prod-deploy-key" } } ] } ] }