{ "version": 4, "terraform_version": "1.7.4", "serial": 400, "lineage": "7ef43a4c-aa3a-d6c6-8f9c-54a8c35e23bc", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-b868c75ba83404ac2", "ami": "ami-dfa65a02", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1c98726c"], "subnet_id": "subnet-1bfab41e", "key_name": "prod-deploy-key" } } ] } ] }