{ "version": 4, "terraform_version": "1.7.1", "serial": 265, "lineage": "8a22f270-5310-58d5-d624-e221d828a8a4", "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-156863d73c51cd45f", "ami": "ami-a65209a6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-56293548"], "subnet_id": "subnet-64a554a7", "key_name": "prod-deploy-key" } } ] } ] }