{ "version": 4, "terraform_version": "1.7.5", "serial": 451, "lineage": "de9e9d09-8968-e948-40f0-5b4665dfe0f1", "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-0f4e4ff788c5dc304", "ami": "ami-9bf30b69", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-22a04270"], "subnet_id": "subnet-35a5536e", "key_name": "prod-deploy-key" } } ] } ] }