{ "version": 4, "terraform_version": "1.7.1", "serial": 284, "lineage": "ded8b632-98ed-73e8-a6ad-ed679d20194c", "outputs": { "db_endpoint": { "value": "db-0.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-ce0627cc8a82a722e", "ami": "ami-08b63bbf", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c03cb31d"], "subnet_id": "subnet-2e111329", "key_name": "prod-deploy-key" } } ] } ] }