{ "version": 4, "terraform_version": "1.8.1", "serial": 361, "lineage": "7f70b714-1ba1-cc61-d9b3-9501ce93020b", "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-70f6cbf685547899b", "ami": "ami-7a5088a3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ad9726f7"], "subnet_id": "subnet-df66427d", "key_name": "prod-deploy-key" } } ] } ] }