{ "version": 4, "terraform_version": "1.7.1", "serial": 468, "lineage": "09d624dd-e0e1-4748-6b78-e4b5c249c113", "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-afb720965b20810a8", "ami": "ami-b88eb31e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ea743359"], "subnet_id": "subnet-98bcaaf4", "key_name": "prod-deploy-key" } } ] } ] }