{ "version": 4, "terraform_version": "1.5.6", "serial": 468, "lineage": "5234f80d-82a6-4232-abbc-08b5e547b703", "outputs": { "db_endpoint": { "value": "db-1.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-55bf3503595a4c6a7", "ami": "ami-33e3ea99", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8ee9bb58"], "subnet_id": "subnet-659d0c89", "key_name": "prod-deploy-key" } } ] } ] }