{ "version": 4, "terraform_version": "1.5.5", "serial": 554, "lineage": "c66b22ad-16ed-1653-0a12-7a9d5c72af34", "outputs": { "db_endpoint": { "value": "db-3.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-ca254fd198a3a8ee7", "ami": "ami-9402679d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-488afaae"], "subnet_id": "subnet-bba1bd4e", "key_name": "prod-deploy-key" } } ] } ] }