{ "version": 4, "terraform_version": "1.6.4", "serial": 164, "lineage": "b922dfe3-8384-833a-f8a2-cb687ee018cf", "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-9ae0bbffc73a05b64", "ami": "ami-4964c8d1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-442626e5"], "subnet_id": "subnet-fc8fef2a", "key_name": "prod-deploy-key" } } ] } ] }