{ "version": 4, "terraform_version": "1.7.5", "serial": 590, "lineage": "c31558bf-588e-e426-6bb0-0738061c1725", "outputs": { "db_endpoint": { "value": "db-1.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-a50cefaeb787c7995", "ami": "ami-ae4d12e3", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-fcbc3d96"], "subnet_id": "subnet-259da723", "key_name": "prod-deploy-key" } } ] } ] }