{ "version": 4, "terraform_version": "1.5.6", "serial": 571, "lineage": "770ecd04-f98c-30d9-15ec-7bb60cc58125", "outputs": { "db_endpoint": { "value": "db-2.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-33fe612953fde28f2", "ami": "ami-f412fd95", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a75a26f5"], "subnet_id": "subnet-b8294dfa", "key_name": "prod-deploy-key" } } ] } ] }