{ "version": 4, "terraform_version": "1.6.8", "serial": 562, "lineage": "0983d18b-5500-8fc1-86fe-483c297b1ee0", "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-85736d3c239402cb8", "ami": "ami-626d6b9c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7b186199"], "subnet_id": "subnet-ec10edd7", "key_name": "prod-deploy-key" } } ] } ] }