{ "version": 4, "terraform_version": "1.5.2", "serial": 115, "lineage": "8e862d20-6e4c-6329-47c8-62a8d963a859", "outputs": { "db_endpoint": { "value": "db-0.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-e830c2688940e6b2e", "ami": "ami-af9fb298", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ab24f633"], "subnet_id": "subnet-d348c5d0", "key_name": "prod-deploy-key" } } ] } ] }