{ "version": 4, "terraform_version": "1.6.8", "serial": 299, "lineage": "06cf38c2-46b3-60b4-6398-d298e2aa761c", "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-35e2abca40d5c3f26", "ami": "ami-b26f209d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f9262da4"], "subnet_id": "subnet-9f3c258f", "key_name": "prod-deploy-key" } } ] } ] }