{ "version": 4, "terraform_version": "1.7.5", "serial": 317, "lineage": "85eab839-43ed-ad97-f637-741077012b26", "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-c592c4830fe3814a2", "ami": "ami-2db68f5a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8b4fc975"], "subnet_id": "subnet-14415c85", "key_name": "prod-deploy-key" } } ] } ] }