{ "version": 4, "terraform_version": "1.7.4", "serial": 433, "lineage": "4975c5f5-d896-1852-7d55-364083172962", "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-c84bc5879389e90ea", "ami": "ami-ff600b6a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-606bfa4d"], "subnet_id": "subnet-ec00ec7f", "key_name": "prod-deploy-key" } } ] } ] }