{ "version": 4, "terraform_version": "1.7.9", "serial": 446, "lineage": "74679346-19fe-5d30-c47d-9c896f639a37", "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-d13982f42d60ebae8", "ami": "ami-a97d7d06", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2c0d5671"], "subnet_id": "subnet-2eaef432", "key_name": "prod-deploy-key" } } ] } ] }