{ "version": 4, "terraform_version": "1.6.8", "serial": 135, "lineage": "3f0d1fd3-7bb9-eb06-56cf-6fadca21cf6c", "outputs": { "db_endpoint": { "value": "db-1.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-44bef8336019e3914", "ami": "ami-dfc58f8c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9e6cb66f"], "subnet_id": "subnet-3e2c8412", "key_name": "prod-deploy-key" } } ] } ] }