{ "version": 4, "terraform_version": "1.7.6", "serial": 175, "lineage": "cf2154ee-1da0-180b-eea9-f87901618b91", "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-ac14cba47cdb9db8f", "ami": "ami-36bffff9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bd48dbcb"], "subnet_id": "subnet-fbf626e5", "key_name": "prod-deploy-key" } } ] } ] }