{ "version": 4, "terraform_version": "1.5.2", "serial": 167, "lineage": "ca45805a-f65f-8074-9134-11c71961f3d8", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-dfee65018bde0afd1", "ami": "ami-afe4a980", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-74778d2e"], "subnet_id": "subnet-17c41b4d", "key_name": "prod-deploy-key" } } ] } ] }