{ "version": 4, "terraform_version": "1.7.4", "serial": 458, "lineage": "fe99e930-16cd-7693-dc45-d62b994b85a4", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-b801dff07edcf0883", "ami": "ami-cea7c31b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c876d03b"], "subnet_id": "subnet-f64e82f9", "key_name": "prod-deploy-key" } } ] } ] }