{ "version": 4, "terraform_version": "1.7.7", "serial": 143, "lineage": "26412549-cd8c-4c81-692a-4dc92a0f1545", "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-a22eb839683a2ef85", "ami": "ami-e9627a66", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6eb412ea"], "subnet_id": "subnet-7b7b51ec", "key_name": "prod-deploy-key" } } ] } ] }