{ "version": 4, "terraform_version": "1.7.0", "serial": 226, "lineage": "54cbd03c-1688-0798-8e7f-1f55a8cfb162", "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-aee4c09f17361759e", "ami": "ami-664afb89", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9aeb9a0f"], "subnet_id": "subnet-fc72e48f", "key_name": "prod-deploy-key" } } ] } ] }