{ "version": 4, "terraform_version": "1.6.6", "serial": 388, "lineage": "eb84a35a-686b-3a0d-3330-154419961249", "outputs": { "db_endpoint": { "value": "db-0.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-4437041936f7c7c23", "ami": "ami-8c6c4fa7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9a72621a"], "subnet_id": "subnet-a32e4fae", "key_name": "prod-deploy-key" } } ] } ] }