{ "version": 4, "terraform_version": "1.7.2", "serial": 129, "lineage": "e90af1b2-02ff-469a-6357-88b008222c8a", "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-d18e30b2db8da2e8d", "ami": "ami-d89492ff", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c5eb47cd"], "subnet_id": "subnet-84e9b4b5", "key_name": "prod-deploy-key" } } ] } ] }