{ "version": 4, "terraform_version": "1.5.4", "serial": 348, "lineage": "4af611c6-ace0-a023-a092-81ce89f53013", "outputs": { "db_endpoint": { "value": "db-4.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-db9d4e77fd6704045", "ami": "ami-70f1b54c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-29019222"], "subnet_id": "subnet-33983653", "key_name": "prod-deploy-key" } } ] } ] }