{ "version": 4, "terraform_version": "1.8.2", "serial": 168, "lineage": "347c1640-b926-04ff-469c-3f26bf2153d9", "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-983040c99ff001335", "ami": "ami-57f75948", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8dac9993"], "subnet_id": "subnet-777055e8", "key_name": "prod-deploy-key" } } ] } ] }