{ "version": 4, "terraform_version": "1.8.4", "serial": 244, "lineage": "93dc45ee-539c-e0bc-9eb5-b064b17c867f", "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-ac9e225dabc5954de", "ami": "ami-36738be0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f6360688"], "subnet_id": "subnet-df87beea", "key_name": "prod-deploy-key" } } ] } ] }