{ "version": 4, "terraform_version": "1.5.9", "serial": 258, "lineage": "b23cfbca-06d9-166f-d852-8a0de030c335", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-9f332df144b36a077", "ami": "ami-b923b803", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2da3df32"], "subnet_id": "subnet-2f9ceddc", "key_name": "prod-deploy-key" } } ] } ] }