{ "version": 4, "terraform_version": "1.8.2", "serial": 471, "lineage": "b340f95a-eaa1-f599-9e83-c8a16f3b193e", "outputs": { "db_endpoint": { "value": "db-2.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-aeb81e7f1cf1e2e09", "ami": "ami-f50420ee", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c8d06285"], "subnet_id": "subnet-46d82310", "key_name": "prod-deploy-key" } } ] } ] }