{ "version": 4, "terraform_version": "1.8.8", "serial": 543, "lineage": "44e30660-863f-bc7d-bcaf-4afce3feee30", "outputs": { "db_endpoint": { "value": "db-3.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-56ce4ed2d1ce95f75", "ami": "ami-a0279839", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-75c267d5"], "subnet_id": "subnet-83881ccf", "key_name": "prod-deploy-key" } } ] } ] }