{ "version": 4, "terraform_version": "1.8.7", "serial": 241, "lineage": "54a26944-0e4b-b83b-6b92-c1e5ad7a0479", "outputs": { "db_endpoint": { "value": "db-1.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-bd63a8671d57cafed", "ami": "ami-7d78f22b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c56b469a"], "subnet_id": "subnet-dad01c6e", "key_name": "prod-deploy-key" } } ] } ] }