{ "version": 4, "terraform_version": "1.6.1", "serial": 546, "lineage": "a21a2531-0f23-b88b-b6a3-5622689c8e70", "outputs": { "db_endpoint": { "value": "db-1.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-55ae409ac2bb66adf", "ami": "ami-113a09e9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b335f2a7"], "subnet_id": "subnet-a9c654be", "key_name": "prod-deploy-key" } } ] } ] }