{ "version": 4, "terraform_version": "1.7.7", "serial": 356, "lineage": "8205f3c3-7edc-d8bb-c511-14e2dc6bc4a1", "outputs": { "db_endpoint": { "value": "db-4.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-d0960947d6cea9be9", "ami": "ami-3650cc91", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-236cf875"], "subnet_id": "subnet-751fe688", "key_name": "prod-deploy-key" } } ] } ] }