{ "version": 4, "terraform_version": "1.8.8", "serial": 433, "lineage": "7d56c8b8-3512-b4cb-fcb7-c7872a290142", "outputs": { "db_endpoint": { "value": "db-1.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-e7a7016a1d6a4c38e", "ami": "ami-ed57c654", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a7899f1e"], "subnet_id": "subnet-e51ede31", "key_name": "prod-deploy-key" } } ] } ] }