{ "version": 4, "terraform_version": "1.7.3", "serial": 380, "lineage": "8f586f67-ad10-e001-9b1a-332cb4614af2", "outputs": { "db_endpoint": { "value": "db-0.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-2e7a447bde55d79de", "ami": "ami-52f11188", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6be77800"], "subnet_id": "subnet-e3f595b9", "key_name": "prod-deploy-key" } } ] } ] }