{ "version": 4, "terraform_version": "1.8.6", "serial": 488, "lineage": "2a30f534-696b-88f9-cf0a-45877919161d", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-2a0f42f38b0e80ddd", "ami": "ami-a9d8ebb4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-10a5b007"], "subnet_id": "subnet-6494e354", "key_name": "prod-deploy-key" } } ] } ] }