{ "version": 4, "terraform_version": "1.8.0", "serial": 110, "lineage": "49366bbf-fb95-d145-fa37-e6fef73c31f9", "outputs": { "db_endpoint": { "value": "db-3.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-53178bcfaac8c3fb3", "ami": "ami-a04c3b01", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f0046d7d"], "subnet_id": "subnet-22442236", "key_name": "prod-deploy-key" } } ] } ] }