{ "version": 4, "terraform_version": "1.7.9", "serial": 259, "lineage": "8e18394d-1f41-af5c-ed83-fbb05389a7e1", "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-5ba5b9dbbb609b75c", "ami": "ami-3973a76f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f756a068"], "subnet_id": "subnet-f74425be", "key_name": "prod-deploy-key" } } ] } ] }