{ "version": 4, "terraform_version": "1.5.8", "serial": 551, "lineage": "0a0765aa-b438-14ee-2ea9-b3cc4b7ceb8c", "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-d3380e4833cc5545c", "ami": "ami-b8f39080", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a90a9488"], "subnet_id": "subnet-f6afbd79", "key_name": "prod-deploy-key" } } ] } ] }