{ "version": 4, "terraform_version": "1.6.9", "serial": 228, "lineage": "f77a742b-0856-431d-08fa-778dc8254658", "outputs": { "db_endpoint": { "value": "db-0.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-4851806663df2c6ae", "ami": "ami-41518f59", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c755c43d"], "subnet_id": "subnet-c5bcef30", "key_name": "prod-deploy-key" } } ] } ] }