{ "version": 4, "terraform_version": "1.5.6", "serial": 358, "lineage": "1a357fc4-b38b-1520-ec10-aea9f9f17172", "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-83e109a6a715f8e5e", "ami": "ami-8a1ac62f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3eca73ef"], "subnet_id": "subnet-c626127e", "key_name": "prod-deploy-key" } } ] } ] }