{ "version": 4, "terraform_version": "1.6.3", "serial": 155, "lineage": "0ac8048d-633c-5de9-455c-d7626492d155", "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-0e7f7363b76387890", "ami": "ami-f44369a0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-02c21970"], "subnet_id": "subnet-eb40f2eb", "key_name": "prod-deploy-key" } } ] } ] }