{ "version": 4, "terraform_version": "1.8.3", "serial": 355, "lineage": "e4afdcdb-c02d-bf6d-da4b-7c657c89c65d", "outputs": { "db_endpoint": { "value": "db-1.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-f9e4af5b1ad34c27e", "ami": "ami-fda113e8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5c32af0e"], "subnet_id": "subnet-63f32f88", "key_name": "prod-deploy-key" } } ] } ] }