{ "version": 4, "terraform_version": "1.6.9", "serial": 508, "lineage": "bcbbbea7-a11c-b467-ce88-31f0879a3c3d", "outputs": { "db_endpoint": { "value": "db-4.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-e69ed26c50f473106", "ami": "ami-c4f42cb7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-181b0b36"], "subnet_id": "subnet-4e371889", "key_name": "prod-deploy-key" } } ] } ] }