{ "version": 4, "terraform_version": "1.5.3", "serial": 545, "lineage": "5016e836-5559-ef16-364d-45b58cb1d467", "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-1ac79c42d5944a84a", "ami": "ami-f3de22ef", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-abb1739f"], "subnet_id": "subnet-d2ba9d81", "key_name": "prod-deploy-key" } } ] } ] }