{ "version": 4, "terraform_version": "1.8.7", "serial": 510, "lineage": "7f54c6be-4b04-35bb-820a-b2061b9f5a93", "outputs": { "db_endpoint": { "value": "db-2.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-d5d04801b2df13690", "ami": "ami-6d5df2b0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a7f24d58"], "subnet_id": "subnet-5aea9e0a", "key_name": "prod-deploy-key" } } ] } ] }