{ "version": 4, "terraform_version": "1.6.1", "serial": 256, "lineage": "9e173fa0-6ee8-fa0a-148f-27b77f72c258", "outputs": { "db_endpoint": { "value": "db-3.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-a651f9aa5bab73ef9", "ami": "ami-e93be642", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c21b826f"], "subnet_id": "subnet-2f5bbf2b", "key_name": "prod-deploy-key" } } ] } ] }