{ "version": 4, "terraform_version": "1.7.2", "serial": 407, "lineage": "b987e3f9-b034-5729-194b-2c38205d536d", "outputs": { "db_endpoint": { "value": "db-2.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-09c51b4eb30d199b9", "ami": "ami-2284ac53", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8f8d3ed2"], "subnet_id": "subnet-3df78428", "key_name": "prod-deploy-key" } } ] } ] }