{ "version": 4, "terraform_version": "1.6.4", "serial": 302, "lineage": "138ab40e-b612-2aaf-ff84-bba38c8d878d", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-6f45cbb528829fc3e", "ami": "ami-d2338f94", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c283199b"], "subnet_id": "subnet-f4d57686", "key_name": "prod-deploy-key" } } ] } ] }