{ "version": 4, "terraform_version": "1.7.9", "serial": 256, "lineage": "5fe4eade-f062-292e-ba51-828e178a2c29", "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-134d075772f6ba3e8", "ami": "ami-0b212c4e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6f383f6b"], "subnet_id": "subnet-fc33f3c9", "key_name": "prod-deploy-key" } } ] } ] }