{ "version": 4, "terraform_version": "1.8.0", "serial": 131, "lineage": "a0dae2ff-24d3-bd5a-e1b7-9e51f34f6f41", "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-8e686b0bd4a52ad96", "ami": "ami-400239af", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0efe5c02"], "subnet_id": "subnet-65a2457b", "key_name": "prod-deploy-key" } } ] } ] }