{ "version": 4, "terraform_version": "1.7.8", "serial": 407, "lineage": "d26faaab-be71-67c6-583b-9f9aadc2663c", "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-5fb844d978e8ebd3d", "ami": "ami-d9248d36", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-401d0937"], "subnet_id": "subnet-23d64afd", "key_name": "prod-deploy-key" } } ] } ] }