{ "version": 4, "terraform_version": "1.6.1", "serial": 104, "lineage": "4b47b199-c92f-0546-2d21-8d40c1e8d42e", "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-dbfe7acc7539ebef0", "ami": "ami-f0ca0491", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-dee8b619"], "subnet_id": "subnet-8c9769e3", "key_name": "prod-deploy-key" } } ] } ] }