{ "version": 4, "terraform_version": "1.6.2", "serial": 509, "lineage": "c62a3a57-8766-b787-5026-99f6eb9266dd", "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-f4fda52fa1c4d1520", "ami": "ami-dc71ad19", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0fe75d1e"], "subnet_id": "subnet-d6a044d1", "key_name": "prod-deploy-key" } } ] } ] }