{ "version": 4, "terraform_version": "1.7.3", "serial": 312, "lineage": "520b87c1-58d7-af30-4ecc-36e45bbecb97", "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-221d60e464f34d850", "ami": "ami-29e24fbd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8be4712d"], "subnet_id": "subnet-07243c90", "key_name": "prod-deploy-key" } } ] } ] }