{ "version": 4, "terraform_version": "1.8.5", "serial": 508, "lineage": "81507443-b782-0c36-0c17-1f6f0c0a1654", "outputs": { "db_endpoint": { "value": "db-3.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-914a7e93d8e6a01ea", "ami": "ami-2a9f90ec", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d789e7a4"], "subnet_id": "subnet-9aeef0d2", "key_name": "prod-deploy-key" } } ] } ] }