{ "version": 4, "terraform_version": "1.6.3", "serial": 274, "lineage": "999cea60-26b4-6c76-114c-7b74458cffd6", "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-8a6c1bfe351b8154f", "ami": "ami-01e4c95d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-fcab4f8b"], "subnet_id": "subnet-765c3f6d", "key_name": "prod-deploy-key" } } ] } ] }