{ "version": 4, "terraform_version": "1.6.1", "serial": 251, "lineage": "2be4405d-579a-22b3-140a-a7028d658415", "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-ddfb1d8c3c1310822", "ami": "ami-42c7aff1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0bf448d2"], "subnet_id": "subnet-46f8dca5", "key_name": "prod-deploy-key" } } ] } ] }