{ "version": 4, "terraform_version": "1.7.5", "serial": 592, "lineage": "958308eb-715d-7601-ec79-aa9c2e8077fe", "outputs": { "db_endpoint": { "value": "db-4.eu-west-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-fd5fa6b61c1893e63", "ami": "ami-8cd9e95a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-52bec6ab"], "subnet_id": "subnet-32ac93ca", "key_name": "prod-deploy-key" } } ] } ] }